home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší hry / Nejlepsi hry.iso / hry / frozen bubble / fbinstaller.exe / {app} / CHANGES.txt < prev    next >
Text File  |  2003-02-16  |  7KB  |  199 lines

  1.     -*- change-log -*-
  2.  
  3. Mon Feb 17 00:17:01 2003: gc <guillaume.cottenceau at free.fr>
  4.  
  5.     * doc: created
  6.       [Tue May 28 15:35:01 2002]
  7.  
  8.     * doc/frozen-bubble.6: added Debian manpage, make it up-to-date,
  9.       modify it a bit; adapt Makefile
  10.       [Tue May 28 15:35:01 2002]
  11.  
  12.     * frozen-bubble, gfx/menu/void_panel.png: use John Ello
  13.       <jello at waste.org> patch to add "centering" key
  14.       [Tue Jun  4 14:37:23 2002]
  15.  
  16.     * frozen-bubble[handle_graphics]: small bugfix when comparing
  17.       scalar containing code ref
  18.       [Tue Jun 11 14:33:37 2002]
  19.  
  20.     * frozen-bubble[ordered_highscores]: fix stringwise comparison of
  21.       level numbers => numeric comparison (bug appeared in 0.9.3)
  22.       [Wed Jun 19 11:06:15 2002]
  23.  
  24.     * frozen-bubble, Makefile: integrate Debian patch to have separate
  25.       possibilities for DATADIR and BINDIR
  26.       [Wed Jun 19 11:43:52 2002]
  27.  
  28.     * frozen-bubble: ask for unicode key events, it's better for
  29.       shifting keys (thx to arnaud desmons <arnaud.desmons at
  30.       epitech.net> for the idea)
  31.       [Wed Jun 19 15:43:49 2002]
  32.  
  33.     * frozen-bubble: fix grammar thx to Matt Kraai
  34.       [Wed Jul  3 10:09:33 2002]
  35.  
  36.     * frozen-bubble: internalize fbmdkcommon.pm contents to prevent
  37.       from bugreports of people about wrong installation paths
  38.       [Sat Oct  5 15:52:46 2002]
  39.  
  40.     * frozen-bubble: adapt patch from Martin Quinson
  41.       <Martin.Quinson@tuxfamily.org> to be able to give a malus to a
  42.       player against the other one
  43.       [Wed Dec 11 17:28:43 2002]
  44.  
  45.     * frozen-bubble: patch from Rami Lehti
  46.       <Rami.Lehti@finland.sun.com> about stringwise comparison in
  47.       highscores
  48.       [Thu Dec 19 10:33:42 2002]
  49.  
  50.     * FBLE.pm: integrated work from Kim Joham and David Joham
  51.       <[k|d]joham@yahoo.com>, a level editor!
  52.       [Mon Jan  6 22:35:55 2003]
  53.  
  54.     * doc/frozen-bubble-editor.6: added
  55.       [Mon Jan  6 22:35:55 2003]
  56.  
  57.     * data/levels: integrated many new levels contributed by the
  58.       Joham's and others, that makes 100 levels; tried to sort them
  59.       [Sat Feb  1 23:00:00 2003]
  60.  
  61.     * frozen-bubble: fixed highscores and falling bubbles when winning
  62.       1p game
  63.       [Sun Feb  2 02:40:58 2003]
  64.  
  65.     * frozen-bubble: added chain reaction mechanism
  66.       [Sun Feb  2 23:49:16 2003]
  67.  
  68.     * frozen-bubble: 2p mode, fixed cases when "win panel" appears too
  69.       early, either bubbles drawing above it or freezing over it
  70.       [Wed Feb 12 13:27:28 2003]
  71.  
  72.     * frozen-bubble/gfx: many changes: Ayo changes theme!
  73.       [Sun Feb 16 22:26:32 2003]
  74.     
  75.     * frozen-bubble: 1.0.0
  76.  
  77.     
  78. Tue May 21 14:21:16 2002: gc <guillaume.cottenceau at free.fr>
  79.  
  80.     * fb.pl: don't SDL_TEXTWIDTH when arg is void, thx Guillaume Morin
  81.       <guillaume at morinfr.org>
  82.  
  83.     * c_stuff/fb_c_stuff.xs: check return code of SDL_LockSurface and
  84.       retry if the call was not successful
  85.  
  86.     * c_stuff/Makefile.PL: use sdl-config
  87.           [Mon Apr  8 09:39:52 2002]
  88.  
  89.     * SDL_mixer_patched: removed, since SDL_mixer >= 1.2.2 is now
  90.           available; modify Makefile, fb.pl, c_stuff/Makefile.PL
  91.       accordingly, now main binary is `frozen-bubble'
  92.       [Mon Apr 15 10:00:28 2002]
  93.  
  94.     * frozen-bubble: adapt to new perl-SDL with a now working
  95.           Surface::display_format
  96.       [Mon Apr 15 10:09:51 2002]
  97.  
  98.     * frozen-bubble: be in -di/-so mode if -l<num> asked for, fix
  99.       music start in di/so modes 
  100.       [Mon Apr 15 11:31:28 2002]
  101.  
  102.     * frozen-bubble: remove hardcoding of big endian samples in the
  103.       initialization of the mixer, thx Aaron Schrab <aaron at schrab.com>
  104.       [Tue Apr 16 08:47:05 2002]
  105.  
  106.     * frozen-bubble: don't release the audio subsystem when disabling
  107.       sound, there is a bug that prevents the music from coming back
  108.       gracefully (I don't remember who reported this bug, sorry)
  109.       [Tue Apr 16 15:20:41 2002]
  110.  
  111.     * frozen-bubble: provide commandline option to disable sound or
  112.       music independently (suggested by Joey Hess <joeyh at debian.org>)
  113.       [Wed Apr 17 09:55:46 2002]
  114.  
  115.     * frozen-bubble: provide commandline option to point to a
  116.       directory from which we play modules (also suggested by Joey
  117.       Hess <joeyh at debian.org>)
  118.       [Wed Apr 17 10:14:07 2002]
  119.  
  120.     * c_stuff/fb_c_stuff.xs: check return values of malloc and abort
  121.       if NULL
  122.       [Thu Apr 18 11:37:10 2002]
  123.  
  124.     * frozen-bubble: provide "tips" during loading
  125.       [Mon May  6 14:17:51 2002]
  126.  
  127.     * frozen-bubble: `-h' displays explanations about each option
  128.       [Sat May 11 20:51:45 2002]
  129.  
  130.     * frozen-bubble: integrate ilmari at ping.uio.no (Dagfinn Ilmari
  131.       Mannsσker) patch to enable on-the-fly fullscreen toggling
  132.       [Sat May 11 20:52:24 2002]
  133.  
  134.     * frozen-bubble: fixed absence of high-score when you complete all
  135.       levels
  136.       [Sat May 11 21:22:06 2002]
  137.  
  138.     * frozen-bubble: integrate the `coloublind' bubbles and new
  139.       launcher graphics
  140.       [Sat May 11 21:46:06 2002]
  141.  
  142.     * frozen-bubble: simplify -so option (doesn't need -di anymore)
  143.       (thx Olivier Andrieu <oandrieu at nerim.net>)
  144.       [Sun May 12 18:38:34 2002]
  145.     
  146.     * frozen-bubble: 0.9.3
  147.  
  148.  
  149. Fri Feb  8 13:13:58 2002: gc <guillaume.cottenceau at free.fr>
  150.  
  151.     * fb.pl: 0.9.2
  152.     
  153.     * README: fix line referral for footnote #6, fix a small english
  154.       typo (thx to sbi)
  155.      
  156.     * Makefile:
  157.        - substitute hard paths by PREFIX-provided path, at the end of
  158.          the build
  159.        - provide a default PREFIX of /usr/local
  160.        - replace "make" occurences by "$(MAKE)" so that
  161.          porting on OpenBSD is now possible
  162.          
  163.     * c_stuff/Makefile*: don't keep the perl generated makefile, it
  164.       contains site specific stuff :-(, so use an helper Makefile to
  165.       be sure to rebuild perl Makefile when necessary
  166.          
  167.     * fb.pl: Change wording for "new keys" dialog, p2/p1 was not very
  168.       explicit, now "right-pl"/"left-pl"
  169.  
  170.     * fb.pl: Internalize my fixed version of
  171.       SDL::Surface::display_format since sdlpl-1.12 is bugged
  172.           (doesn't free memory) (and also sdlpl-1.08 was bugged like that
  173.       -> the package will work with vanilla Mandrake 8.0)
  174.  
  175.     * c_stuff/lib/fbmdkcommon.pm: `backtrace' was missing :-(
  176.  
  177.     * SDL_mixer_patched: clean up site-specific files from configure
  178.  
  179.     * fb.pl: misc syntax fixes thx to pixel (a.k.a half pixelization)
  180.  
  181.     * SDL_mixer_patched/effect_position.c: endian patches from
  182.       Guillaume Morin <guillaume at morinfr.org>
  183.  
  184.     * INSTALL: created
  185.  
  186.     * fb.pl;frozen-bubble: use LD_PRELOAD instead of LD_LIBRARY_PATH
  187.       to override perl-SDL LD_RUN_PATH messing with my patched
  188.       SDL_mixer (thx Olivier Andrieu <oandrieu at nerim.net>)
  189.  
  190.     * fb.pl: at the beginning of initializing the game, make a short
  191.       test to see if we have the data, to produce a more human
  192.       readable error message if they are missing
  193.  
  194.     
  195. Tue Feb  5 23:26:40 2002: gc <guillaume.cottenceau at free.fr>
  196.      
  197.     * fb.pl: 0.9.1 (Initial release)
  198.  
  199.